You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#4344 (https://github.com/pytest-dev/pytest/issues/4344): Fix RuntimeError/StopIteration when trying to collect package with "init.py" only.
#5478 (https://github.com/pytest-dev/pytest/issues/5478): Fix encode error when using unicode strings in exceptions with pytest.raises.
#5524 (https://github.com/pytest-dev/pytest/issues/5524): Fix issue where tmp_path and tmpdir would not remove directories containing files marked as read-only,
which could lead to pytest crashing when executed a second time with the --basetemp option.
#5547 (https://github.com/pytest-dev/pytest/issues/5547): --step-wise now handles xfail(strict=True) markers properly.
#5650 (https://github.com/pytest-dev/pytest/issues/5650): Improved output when parsing an ini configuration file fails.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Hi!
A new version was just released of
pytest, so Doppinshas upgraded your project's dependency ranges.
Make sure that it doesn't break anything, and happy merging!
Upgraded pytest from
==3.0.6to==5.1.0Changelog:
Version 5.0.1
pytest 5.0.1 (2019-07-04)
Bug Fixes
(https://github.com/pytest-dev/pytest/issues/5479`): Improvequoting in
raisesmatch failure message.(https://github.com/pytest-dev/pytest/issues/5523`): Fixedusing multiple short options together in the command-line (for
example
-vs) in Python 3.8+.(https://github.com/pytest-dev/pytest/issues/5547`):--step-wisenow handlesxfail(strict=True)markers properly.Improved Documentation
(https://github.com/pytest-dev/pytest/issues/5517`): Improve"Declaring new hooks" section in chapter "Writing Plugins"
Version 4.6.5
Bug Fixes
#4344(https://github.com/pytest-dev/pytest/issues/4344): Fix RuntimeError/StopIteration when trying to collect package with "init.py" only.#5478(https://github.com/pytest-dev/pytest/issues/5478): Fix encode error when using unicode strings in exceptions withpytest.raises.#5524(https://github.com/pytest-dev/pytest/issues/5524): Fix issue wheretmp_pathandtmpdirwould not remove directories containing files marked as read-only,which could lead to pytest crashing when executed a second time with the
--basetempoption.#5547(https://github.com/pytest-dev/pytest/issues/5547):--step-wisenow handlesxfail(strict=True)markers properly.#5650(https://github.com/pytest-dev/pytest/issues/5650): Improved output when parsing an ini configuration file fails.